home *** CD-ROM | disk | FTP | other *** search
- Path: grimsel.zurich.ibm.com!usenet
- From: Keith Whittingham <wgk@zurich.ibm.com>
- Newsgroups: comp.lang.c++
- Subject: Re: BC++4.52 Fixup overflow by c0sw.asm startup code.
- Date: Mon, 15 Apr 1996 15:54:58 -0700
- Organization: IBM Zurich Research Laboratory
- Message-ID: <3172D3C2.2FEC@zurich.ibm.com>
- References: <3172C442.12EF@ns-nl.att.com>
- NNTP-Posting-Host: pine.zurich.ibm.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (Win16; I)
-
- R.A. van Kleef wrote:
- >
-
- > Fixup overflow at 0x...., target=WINMAIN by module=c0sw.asm.
- >
-
- You've got some object files in different models - typically a far
- trying to call a near and linker can't 'fixup the references.
-
- Check that you've recompiled all of you source files and that you're
- using the correct libraries (.libs). One of them is wrong.
-
- --
- Keith Whittingham
- wgk@zurich.ibm.com
-